git flow命令手册A collection of Git extensions to provide high-level repository operations. More information: https://github.com/nvie/gitflow.
git flow init
develop:git flow feature start {{feature}}
develop branch and deleting it:git flow feature finish {{feature}}
git flow feature publish {{feature}}
git flow feature pull origin {{feature}}